| GUI Help > Special > drawText | ||||||||||||||
|
drawText |
||||||||||||||
| drawText handle gadget, int x, int y, str text | ||||||||||||||
|
Description: Draws text on a canvas gadget using the current font settings and text colour. You can calculate the width and height of space required to draw the text using getTextWidth and getTextHeight. |
||||||||||||||
|
Return Value: |
||||||||||||||
| Parameters: | ||||||||||||||
|
||||||||||||||
| Remarks:
|
||||||||||||||
| See Also:
|
||||||||||||||
|
Example: (Note: You will need to include the GUI constants file for this example to work) |